Package | surescripts.specialty |
Type | StructureDefinition |
Id | Id |
FHIR Version | R4 |
Source | https://simplifier.net/resolve?scope=surescripts.specialty@1.2.0-beta&canonical=http://fhirdocs.surescripts.net/fhir/StructureDefinition/Parameters_SPOClinicalInformationRequest_LatestLabResultQuery |
Url | http://fhirdocs.surescripts.net/fhir/StructureDefinition/Parameters_SPOClinicalInformationRequest_LatestLabResultQuery |
Status | active |
Date | 2021-08-23 |
Name | Parameters_SPOClinicalInformationRequest_LatestLabResultQuery |
Experimental | False |
Description | This Parameters profile defines the parameters that specify a query (request) for the most recent result of a lab test. The data should be returned as an Observation resource. |
Copyright | 2021 |
Type | Parameters |
Kind | resource |
StructureDefinition | |
http://fhirdocs.surescripts.net/fhir/StructureDefinition/Bundle_SPOClinicalInformationRequest_ConditionSpecific | Bundle_SPOClinicalInformationRequest_ConditionSpecific |
No resources found
{
"resourceType" : "StructureDefinition",
"id" : "Parameters-SPOClinicalInformationRequest-LatestLabResultQuery",
"url" : "http://fhirdocs.surescripts.net/fhir/StructureDefinition/Parameters_SPOClinicalInformationRequest_LatestLabResultQuery",
"name" : "Parameters_SPOClinicalInformationRequest_LatestLabResultQuery",
"status" : "active",
"date" : "2021-08-23",
"publisher" : "Surescripts, LLC",
"description" : "This Parameters profile defines the parameters that specify a query (request) for the most recent result of a lab test. The data should be returned as an Observation resource.",
"copyright" : "2021",
"fhirVersion" : "4.0.1",
"mapping" : [
{
"identity" : "v2",
"uri" : "http://hl7.org/v2",
"name" : "HL7 v2 Mapping"
},
{
"identity" : "rim",
"uri" : "http://hl7.org/v3",
"name" : "RIM Mapping"
}
],
"kind" : "resource",
"abstract" : false,
"type" : "Parameters",
"baseDefinition" : "http://hl7.org/fhir/StructureDefinition/Parameters",
"derivation" : "constraint",
"differential" : {
"element" : [
{
"id" : "Parameters.parameter",
"path" : "Parameters.parameter",
"slicing" : {
"discriminator" : [
{
"type" : "value",
"path" : "name"
}
],
"rules" : "open"
},
"definition" : "The parameters for requesting the most recent lab result for a LOINC (and its equivalent LOINC) for a patient.",
"min" : 5,
"max" : "6",
"mustSupport" : true
},
{
"id" : "Parameters.parameter:resourceType",
"path" : "Parameters.parameter",
"sliceName" : "resourceType",
"short" : "Parameter for resource type",
"definition" : "The parameter that defines the type of resource being queried.",
"min" : 1,
"max" : "1",
"mustSupport" : true
},
{
"id" : "Parameters.parameter:resourceType.name",
"path" : "Parameters.parameter.name",
"short" : "Parameter name",
"definition" : "The name of the parameter.",
"fixedString" : "ResourceType",
"mustSupport" : true
},
{
"id" : "Parameters.parameter:resourceType.value[x]",
"path" : "Parameters.parameter.value[x]",
"short" : "Resource type name",
"definition" : "The name of the resource type (Observation) to return for the lab result.",
"min" : 1,
"type" : [
{
"code" : "string"
}
],
"fixedString" : "Observation",
"mustSupport" : true
},
{
"id" : "Parameters.parameter:medicalRecordNumber",
"path" : "Parameters.parameter",
"sliceName" : "medicalRecordNumber",
"short" : "Parameter for patient Medical Record Number",
"definition" : "This parameter defines the Medical Record Number for whom data is being queried.",
"min" : 1,
"max" : "1",
"mustSupport" : true
},
{
"id" : "Parameters.parameter:medicalRecordNumber.name",
"path" : "Parameters.parameter.name",
"short" : "Parameter name",
"definition" : "The name of the parameter.",
"fixedString" : "PatientMrn",
"mustSupport" : true
},
{
"id" : "Parameters.parameter:medicalRecordNumber.value[x]",
"path" : "Parameters.parameter.value[x]",
"short" : "Medical Record Number",
"definition" : "The Medical Record Number of the patient for whom data is requested.",
"min" : 1,
"type" : [
{
"code" : "string"
}
],
"mustSupport" : true
},
{
"id" : "Parameters.parameter:medicalRecordNumberMutuallyDefined",
"path" : "Parameters.parameter",
"sliceName" : "medicalRecordNumberMutuallyDefined",
"short" : "This parameter ties back to the Patient/Identification/MutuallyDefined field from the SPOInitiationRequest. If that optional field was populated, the value will display here as well. If not, this value will be null.",
"definition" : "This parameter specifies a medical record qualifier to make a patient MRN globally unique (when necessary). This parameter ties back to the Patient/Identification/MutuallyDefined field from the SPOInitiationRequest. If that optional field was populated, the value will display here as well. If not, this value will be null.",
"min" : 1,
"max" : "1",
"mustSupport" : true
},
{
"id" : "Parameters.parameter:medicalRecordNumberMutuallyDefined.name",
"path" : "Parameters.parameter.name",
"short" : "Parameter name",
"definition" : "The name of the parameter for the patient's medical record number qualifier.",
"fixedString" : "MutuallyDefined",
"mustSupport" : true
},
{
"id" : "Parameters.parameter:medicalRecordNumberMutuallyDefined.value[x]",
"path" : "Parameters.parameter.value[x]",
"short" : "Medical record number qualifier value",
"definition" : "The value of the medical record number qualifier for the patient's medical record number.",
"min" : 1,
"type" : [
{
"code" : "string"
}
],
"mustSupport" : true
},
{
"id" : "Parameters.parameter:labResultLOINC",
"path" : "Parameters.parameter",
"sliceName" : "labResultLOINC",
"short" : "Parameter to specify the representative LOINC used to identify a request for a lab test result",
"definition" : "This parameter defines the representative LOINC used to identify a request for a lab test result.",
"min" : 1,
"max" : "1",
"mustSupport" : true
},
{
"id" : "Parameters.parameter:labResultLOINC.name",
"path" : "Parameters.parameter.name",
"short" : "Parameter name",
"definition" : "The name of the parameter for the LOINC that represents the requested lab test result.",
"fixedString" : "LoincCode",
"mustSupport" : true
},
{
"id" : "Parameters.parameter:labResultLOINC.value[x]",
"path" : "Parameters.parameter.value[x]",
"short" : "The LOINC identifying the requested lab test result",
"definition" : "The LOINC that is used to identify a request for a specific lab test result.",
"min" : 1,
"type" : [
{
"code" : "string"
}
],
"mustSupport" : true
},
{
"id" : "Parameters.parameter:latestQueryOperator",
"path" : "Parameters.parameter",
"sliceName" : "latestQueryOperator",
"short" : "Parameter to specify the query parameter for requesting the most recent value",
"definition" : "This parameter specifies the query parameter to request the most recent value.",
"min" : 1,
"max" : "1",
"mustSupport" : true
},
{
"id" : "Parameters.parameter:latestQueryOperator.name",
"path" : "Parameters.parameter.name",
"short" : "Parameter name",
"definition" : "The name of the parameter for the query operator.",
"fixedString" : "QueryOperator",
"mustSupport" : true
},
{
"id" : "Parameters.parameter:latestQueryOperator.value[x]",
"path" : "Parameters.parameter.value[x]",
"short" : "The value of the query operator parameter (lastn)",
"definition" : "The value of the query operator parameter (lastn).",
"min" : 1,
"type" : [
{
"code" : "string"
}
],
"fixedString" : "lastn",
"mustSupport" : true
},
{
"id" : "Parameters.parameter:codeTranslations",
"path" : "Parameters.parameter",
"sliceName" : "codeTranslations",
"short" : "Parameter to specify equivalent LOINC for a particular lab test result",
"definition" : "This parameter specifies the equivalent LOINC for a particular lab test result.",
"max" : "1",
"mustSupport" : true
},
{
"id" : "Parameters.parameter:codeTranslations.name",
"path" : "Parameters.parameter.name",
"short" : "Parameter name",
"definition" : "The name of the parameter for the code translations.",
"fixedString" : "CodeTranslations",
"mustSupport" : true
},
{
"id" : "Parameters.parameter:codeTranslations.value[x]",
"path" : "Parameters.parameter.value[x]",
"short" : "The set of LOINC equivalent to the representative LOINC",
"definition" : "The set of LOINC equivalent to the representative LOINC",
"min" : 1,
"type" : [
{
"code" : "CodeableConcept"
}
],
"mustSupport" : true
}
]
},
"text" : {
}
}
XIG built as of ??metadata-date??. Found ??metadata-resources?? resources in ??metadata-packages?? packages.